'Declaration
Public Function DrawBarcodePDF417_4( _ ByVal Data As String, _ ByVal EncodingMode As BarcodePDF417EncodingMode, _ ByVal ErrorCorrectionLevel As BarcodePDF417ErrorCorrectionLevel, _ ByVal Rows As Integer, _ ByVal Cols As Integer, _ ByVal QuietZone As Integer, _ ByVal ModuleWidth As Integer, _ ByVal RowHeight As Integer, _ ByVal DstX As Single, _ ByVal DstY As Single, _ ByVal FillColorC As Byte, _ ByVal FillColorM As Byte, _ ByVal FillColorY As Byte, _ ByVal FillColorK As Byte, _ ByVal BackColorC As Byte, _ ByVal BackColorM As Byte, _ ByVal BackColorY As Byte, _ ByVal BackColorK As Byte _ ) As GdPictureStatus
public GdPictureStatus DrawBarcodePDF417_4( string Data, BarcodePDF417EncodingMode EncodingMode, BarcodePDF417ErrorCorrectionLevel ErrorCorrectionLevel, int Rows, int Cols, int QuietZone, int ModuleWidth, int RowHeight, float DstX, float DstY, byte FillColorC, byte FillColorM, byte FillColorY, byte FillColorK, byte BackColorC, byte BackColorM, byte BackColorY, byte BackColorK )
public function DrawBarcodePDF417_4( Data: String; EncodingMode: BarcodePDF417EncodingMode; ErrorCorrectionLevel: BarcodePDF417ErrorCorrectionLevel; Rows: Integer; Cols: Integer; QuietZone: Integer; ModuleWidth: Integer; RowHeight: Integer; DstX: Single; DstY: Single; FillColorC: Byte; FillColorM: Byte; FillColorY: Byte; FillColorK: Byte; BackColorC: Byte; BackColorM: Byte; BackColorY: Byte; BackColorK: Byte ): GdPictureStatus;
public function DrawBarcodePDF417_4( Data : String, EncodingMode : BarcodePDF417EncodingMode, ErrorCorrectionLevel : BarcodePDF417ErrorCorrectionLevel, Rows : int, Cols : int, QuietZone : int, ModuleWidth : int, RowHeight : int, DstX : float, DstY : float, FillColorC : byte, FillColorM : byte, FillColorY : byte, FillColorK : byte, BackColorC : byte, BackColorM : byte, BackColorY : byte, BackColorK : byte ) : GdPictureStatus;
public: GdPictureStatus DrawBarcodePDF417_4( string* Data, BarcodePDF417EncodingMode EncodingMode, BarcodePDF417ErrorCorrectionLevel ErrorCorrectionLevel, int Rows, int Cols, int QuietZone, int ModuleWidth, int RowHeight, float DstX, float DstY, byte FillColorC, byte FillColorM, byte FillColorY, byte FillColorK, byte BackColorC, byte BackColorM, byte BackColorY, byte BackColorK )
public: GdPictureStatus DrawBarcodePDF417_4( String^ Data, BarcodePDF417EncodingMode EncodingMode, BarcodePDF417ErrorCorrectionLevel ErrorCorrectionLevel, int Rows, int Cols, int QuietZone, int ModuleWidth, int RowHeight, float DstX, float DstY, byte FillColorC, byte FillColorM, byte FillColorY, byte FillColorK, byte BackColorC, byte BackColorM, byte BackColorY, byte BackColorK )
Parameters
- Data
- EncodingMode
- ErrorCorrectionLevel
- Rows
- Cols
- QuietZone
- ModuleWidth
- RowHeight
- DstX
- DstY
- FillColorC
- FillColorM
- FillColorY
- FillColorK
- BackColorC
- BackColorM
- BackColorY
- BackColorK